home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / Bonus / Plasmatech / ptscp_examples.exe / %MAINDIR% / Examples / ImageCombo / Delphi / makeres.bat < prev    next >
Encoding:
DOS Batch File  |  2001-08-31  |  119 b   |  6 lines

  1. @echo off
  2. if exist icons.res del icons.res
  3. brc32 -r icons.rc
  4. if not exist icons.res echo ** FAILED: icons.res **
  5.  
  6.